home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Libraries
/
MacWT 0.04
/
wt
/
slice.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-31
|
268 b
|
12 lines
|
[
TEXT/MMCC
]
/* slice.h -- Functions to draw wall and floor slices.
**
** Chris Laurel, March 1994
*/
#define TEST_ASM 1
static inline void draw_wall_slice(Pixel *start, Pixel *end,
unsigned char *tex_base, fixed tex_y,
fixed tex_dy, int fb_width, int tex_width);